Release 10.1A: OpenEdge Data Management:
Database Administration
Dumping selective contents with PROUTIL
A selective binary dump allows you to specify that only records matching your criteria are dumped. Use the following syntax to perform a selective binary dump:
In the syntax,
db-namespecifies the database from which you want to dump;owner-namespecifies the owner of the table containing the data you want to dump;table-namespecifies the name of the table containing the data you want to dump;field-namespecifies the index you are using to select the records to dump;operatorspecifies the comparison to make when selecting records;field-valuespecifies the value against which the filed contents will be compared; anddirectoryspecifies the name of the target directory where the data will be written.Operator can be one of five values:
For the complete syntax for selective binary dumps, see the "PROUTIL DUMPSPECIFIED qualifier" section.
ExamplesThe following syntax dumps all order date values greater than 2/3/02 from the Sports2000 database:
The following syntax dumps all item prices less than $25.90 from the Sports2000 database:
The following syntax dumps all order ship dates of 12/24/01 from the Sports2000 database into the
/dev/resultsdirectory:
The following syntax dumps all back ordered items from the Sports2000 database into the
/inventory/warehouse1directory:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |